home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / biz / p5 / CreateMPEG1_1.readme < prev    next >
Text File  |  1998-03-07  |  2KB  |  63 lines

  1. Short:    CreateMpeg V1.0 MPEG Video Encoder
  2. Author:   osiris@develop.phase5.de (André Osterhues)
  3. Uploader: aminet@ufoo.phase5.de (Aminet Uploader)
  4. Type:     biz/p5
  5.  
  6.   CreateMpeg is a frontend to mpeg2enc.elf. You need mpeg2enc.elf in the same
  7.   directory as CreateMpeg and the runelf program in your path.
  8.   Also, gtlayout.library is used for the GUI.
  9.  
  10.   Source:       Enter the source file pattern here (as a printf-style string).
  11.                 The file externsion (.ppm, .yuv) will be added by the encoder.
  12.  
  13.                 Example:
  14.                 You have the files pic0001.ppm, pic0002.ppm etc.
  15.                 Enter "pic%04ld".
  16.  
  17.                 If the filenames have no leading zero (pic1.ppm, pic2.ppm...),
  18.                 type in "pic%ld".
  19.  
  20.   Target:       Target filename
  21.  
  22.   Format:       Input format. This can be "YUV split" (three seperate files per
  23.                 frame with extensions .Y, .U and .V), "YUV" (one file per frame)
  24.                 or "PPM".
  25.                 If set to PPM, Width and Height are taken from the file. Only P6
  26.                 files are valid.
  27.  
  28.   Frames:       Total number of frames
  29.  
  30.   1st frame:    First frame number
  31.  
  32.   Width:        Picture width. Should be a multiple of 16.
  33.  
  34.   Height:       Picture height. Should be a multiple of 16.
  35.  
  36.   Aspect ratio: Aspect ratio
  37.  
  38.   Framerate:    Frames per second
  39.  
  40.   Bit rate:     This detemines the quality as well as the size of the MPEG
  41.                 file.
  42.                 Higher values mean better quality at the expense of larger
  43.                 file size.
  44.                 Lower values mean lower quality and smaller file size.
  45.  
  46.   Start:        Start the encoding process
  47.  
  48.   Quit:         Quit program
  49.  
  50.  
  51. ============================= Archive contents =============================
  52.  
  53. Original  Packed Ratio    Date     Time    Name
  54. -------- ------- ----- --------- --------  -------------
  55.    19408   11703 39.7% 31-Jan-98 16:52:46  CreateMpeg
  56.     1129     739 34.5% 01-Feb-98 17:07:38  CreateMpeg.info
  57.     1695     770 54.5% 01-Feb-98 17:26:44  CreateMpeg.readme
  58.    24606    8992 63.4% 26-Jun-94 19:17:58  mpeg2enc.doc
  59.   198406   84965 57.1% 31-Jan-98 16:35:02  mpeg2enc.elf
  60.     6336    3081 51.3% 13-Jan-98 05:19:32  runelf
  61. -------- ------- ----- --------- --------
  62.   251580  110250 56.1% 27-Feb-98 01:30:46   6 files
  63.